home *** CD-ROM | disk | FTP | other *** search
-
- > Doug,
- > Could you please implement these two things in the main sourse tree so I
- > dont have to modify the code every thime you release a new version?
-
- > o Save the palette at video init.
- > o Restore the palette at video restore.
-
- Ok, I thought I was doing that already, but obviously not. I probably
- just assumed that because everything was truecolour, the palette
- would never change anyway. What are you doing with the palette then?
-
- > o When some button is presed (HELP???), the function
- > do_in_game_menu should be called.
-
- Ok. I'll do it the same as with the map, so it's called during the
- game loop. Doom does this, although the player control is lost while
- the menu is visible.
-
- > o do_in_game_menu should be places in a dummy file called menu.s
- > it should only contain a "rts".
-
- Fine.
-
- > If you do this, I can simply replace the dummy menu.s with my version all
- > it will work!
-
- Ok, I'll do this in the next version.
-
- Doug.
-
-